You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Matrix Structure
>
Matrix Methods
>
Matrix.Concat Method
Dew Math for .NET
Example
Matrix.Concat Method
var A,B,C,D,E:
Matrix
; begin A.Size(2,2); B.Size(A); C.Size(A); D.Size(A); E.Concat(2,2[A,B C,D]);
// form one 4x4 matrix
end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home